From 1de8adf39888299b799b741149e8e89a8619641a Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 28 Jun 2006 18:06:34 +0000 Subject: [PATCH] Remove hard-coded SCHEMA stuff, now set in the config at user level. --- maintenance/postgres/tables.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/maintenance/postgres/tables.sql b/maintenance/postgres/tables.sql index 4bec46121e..edd3754ead 100644 --- a/maintenance/postgres/tables.sql +++ b/maintenance/postgres/tables.sql @@ -6,12 +6,8 @@ -- Please make sure all dollar-quoting uses $mw$ at the start of the line -- We can't use SERIAL everywhere: the sequence names are hard-coded into the PHP -- TODO: Change CHAR to BOOL, TEXT to CIDR, allow custom schema --- TODO: Remove the hardcoded schemas below, enforce through ALTER USER SET client_min_messages = 'ERROR'; -DROP SCHEMA mediawiki CASCADE; -CREATE SCHEMA mediawiki; -SET search_path = 'mediawiki'; CREATE SEQUENCE user_user_id_seq MINVALUE 0 START WITH 0; CREATE TABLE "user" ( -- 2.20.1